From 3d0971beb2183fd35288527f8d569cab6db6d6a9 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 17 Mar 2007 18:51:19 +0000 Subject: [PATCH] * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist) (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): Return to use of the -no-properties variants. There was consensus on emacs-devel that the speed of these variants was prefered since we are usually parsing files (from the internet or on disk) instead of XML created in Emacs. --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f9841edde25..b24b9e43872 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -22,6 +22,15 @@ * textmodes/org.el (org-set-font-lock-defaults): Handle narrow table columns correctly. +2007-03-12 Mark A. Hershberger + + * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist) + (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): + Return to use of the -no-properties variants. There was + consensus on emacs-devel that the speed of these variants was + prefered since we are usually parsing files (from the internet + or on disk) instead of XML created in Emacs. + 2007-03-12 Glenn Morris * calc/calc-forms.el (math-std-daylight-savings): Switch to new -- 2.30.2